ScrollRect

data class ScrollRect(rect: Rect, type: String)

Rectangle where scrolling happens on the main thread.

Constructors

ScrollRect
Link copied to clipboard
fun ScrollRect(rect: Rect, type: String)

Properties

rect
Link copied to clipboard
val rect: Rect
Rectangle itself.
type
Link copied to clipboard
val type: String
Reason for rectangle to force scrolling on the main thread

Sources

jvm source
Link copied to clipboard